An If Statement is a piece of code that tells your program to do a group of commands if something is true.
To put something inside of an if statement, it should be right below the line that starts with if.
It should be indented four spaces. If there is a yellow block ···· to the left of your code, your spacing is correct!
To navigate the page using the TAB key, first press ESC to exit the code editor.